projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f4e68
)
x86: update ioport_quirks_tbl[] for the proliant BL2xx
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 11 May 2009 12:52:04 +0000
(13:52 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 11 May 2009 12:52:04 +0000
(13:52 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/x86/ioport_emulate.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/ioport_emulate.c
b/xen/arch/x86/ioport_emulate.c
index 4a5ab9084d1257e510769669b898e5ceba1ae353..64377533cfdca2be6b8d82f877c7237af74cc7db 100644
(file)
--- a/
xen/arch/x86/ioport_emulate.c
+++ b/
xen/arch/x86/ioport_emulate.c
@@
-94,6
+94,14
@@
static struct dmi_system_id __initdata ioport_quirks_tbl[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant ML5"),
},
},
+ {
+ .callback = proliant_quirk,
+ .ident = "HP ProLiant BL2xx",
+ .matches = {
+ DMI_MATCH(DMI_BIOS_VENDOR, "HP"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL2"),
+ },
+ },
{
.callback = proliant_quirk,
.ident = "HP ProLiant BL4xx",